Html Css Color HEX #CFD60F Barberry

📋 copy color: '#CFD60F'

red 207 ◦ green 214 ◦ blue 15

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

Shades of Barberry #CFD60F

Tints of Barberry #CFD60F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 15 (6.25% from 255) = 3.44%

R = 47.48%
G = 49.08%
B = 3.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CFD60F (or 0xCFD60F) is known color: Barberry. HEX triplet: CF, D6 and 0F. RGB value is (207,214,15). Sum of RGB (Red+Green+Blue) = 207+214+15=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD60F is #3029F0. Grayscale: #BEBEBE. Windows color (decimal): -3156465 or 1038031. OLE color: 1038031.

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

Color convert

RGB 207 214 15 -
CMYK 0.03 0 0.93 0.16
HSL 62.11º 0.87% 0.45% -
HSV(B) 62.11º 0.93% 0.84% -
XYZ 49.86 61.39 9.67 -
YUV 189.22 29.68 140.68 -
System Red Green Blue C M Y K H S L
Decimal 207 214 15 0.03 0 0.93 0.16 62.11 0.87 0.45
Hex CF D6 F 3 0 5D 10 3E 57 2D
Octal 317 326 17 3 0 135 20 76 127 55
Binary 11001111 11010110 1111 11 0 1011101 10000 111110 1010111 101101

Color Harmonies of #CFD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD60F

Black with #CFD60F

Text Example


Text Example

White with #CFD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD60F; }

 p { color: rgb(207,214,15); }

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

background-color css

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

 a { background-color: rgb(207,214,15); }

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

border-color css

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

 span { border-color: rgb(207,214,15); }

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