Html Css Color HEX #CFD512 Barberry

📋 copy color: '#CFD512'

red 207 ◦ green 213 ◦ blue 18

#CFD512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CFD512

Tints of Barberry #CFD512

RGB

 RED value IS 207 (81.25% from 255) = 47.26%

 GREEN value IS 213 (83.59% from 255) = 48.63%

 BLUE value IS 18 (7.42% from 255) = 4.11%

R = 47.26%
G = 48.63%
B = 4.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD512 (or 0xCFD512) is known color: Barberry. HEX triplet: CF, D5 and 12. RGB value is (207,213,18). Sum of RGB (Red+Green+Blue) = 207+213+18=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD512 is #302AED. Grayscale: #BDBDBD. Windows color (decimal): -3156718 or 1234383. OLE color: 1234383.

HSL color Cylindrical-coordinate representation of color #CFD512: hue angle of 61.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFD512 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 18 -
CMYK 0.03 0 0.92 0.16
HSL 61.85º 0.84% 0.45% -
HSV(B) 61.85º 0.92% 0.84% -
XYZ 49.64 60.9 9.71 -
YUV 188.98 31.51 140.86 -
System Red Green Blue C M Y K H S L
Decimal 207 213 18 0.03 0 0.92 0.16 61.85 0.84 0.45
Hex CF D5 12 3 0 5C 10 3E 54 2D
Octal 317 325 22 3 0 134 20 76 124 55
Binary 11001111 11010101 10010 11 0 1011100 10000 111110 1010100 101101

Color Harmonies of #CFD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD512

Black with #CFD512

Text Example


Text Example

White with #CFD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD512; }

 p { color: rgb(207,213,18); }

 H1.HeaderClassName
 {
   color: #CFD512;
 }
 .AnyTagClassName
 {
   color: #CFD512;
 }
</style>

background-color css

<style>
 a { background-color: #CFD512; }

 a { background-color: rgb(207,213,18); }

 div.DivClassName
 {
   background-color: #CFD512;
 }
 .BgClassName
 {
   background-color: #CFD512;
 }
</style>

border-color css

<style>
 span { border-color: #CFD512; }

 span { border-color: rgb(207,213,18); }

 td.TdClassName
 {
   border-color: #CFD512;
 }
 .TagClassName
 {
   border-color: #CFD512;
 }
</style>