#CFDF12

Color #CFDF12 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CFDF12

Tints of Barberry #CFDF12

Color information

#CFDF12 (or 0xCFDF12) is unknown color: approx Barberry. HEX triplet: CF, DF and 12. RGB value is (207,223,18). Sum of RGB (Red+Green+Blue) = 207+223+18=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF12 is #3020ED. Grayscale: #C3C3C3. Windows color (decimal): -3154158 or 1236943. OLE color: 1236943.

HSL color Cylindrical-coordinate representation of color #CFDF12: hue angle of 64.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFDF12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB20722318-
CMYK0.0700.920.13
HSL64.68º85.06%47.25%-
HSV(B)64.68º91.93%87.45%-
XYZ52.2366.0810.58-
YUV194.8528.2136.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 223 (87.5% from 255) = 49.78%
BLUE value IS 18 (7.42% from 255) = 4.02%
R=46.21%
G=49.78%
B=4.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207223180.0700.920.1364.6885.0647.25
HexCFDF12705CD41552f
Octal31733722701341510112557
Binary11001111110111111001011101011100110110000011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDF12; }

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

 H1.HeaderClassName
 {
   color: #CFDF12;
 }
 .AnyTagClassName
 {
   color: #CFDF12;
 }
</style>
background-color css

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

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

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

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

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

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