Html Css Color HEX #CFDF0C Barberry

📋 copy color: '#CFDF0C'

red 207 ◦ green 223 ◦ blue 12

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

Shades of Barberry #CFDF0C

Tints of Barberry #CFDF0C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.45%

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 46.83%
G = 50.45%
B = 2.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#CFDF0C (or 0xCFDF0C) is known color: Barberry. HEX triplet: CF, DF and 0C. RGB value is (207,223,12). Sum of RGB (Red+Green+Blue) = 207+223+12=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF0C is #3020F3. Grayscale: #C2C2C2. Windows color (decimal): -3154164 or 843727. OLE color: 843727.

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

Color convert

RGB 207 223 12 -
CMYK 0.07 0 0.95 0.13
HSL 64.55º 0.9% 0.46% -
HSV(B) 64.55º 0.95% 0.87% -
XYZ 52.19 66.07 10.35 -
YUV 194.16 25.2 137.16 -
System Red Green Blue C M Y K H S L
Decimal 207 223 12 0.07 0 0.95 0.13 64.55 0.9 0.46
Hex CF DF C 7 0 5F D 41 5A 2E
Octal 317 337 14 7 0 137 15 101 132 56
Binary 11001111 11011111 1100 111 0 1011111 1101 1000001 1011010 101110

Color Harmonies of #CFDF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDF0C

Black with #CFDF0C

Text Example


Text Example

White with #CFDF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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