Html Css Color HEX #CFCA1D Barberry

📋 copy color: '#CFCA1D'

red 207 ◦ green 202 ◦ blue 29

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

Shades of Barberry #CFCA1D

Tints of Barberry #CFCA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.12%

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 47.26%
G = 46.12%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFCA1D (or 0xCFCA1D) is known color: Barberry. HEX triplet: CF, CA and 1D. RGB value is (207,202,29). Sum of RGB (Red+Green+Blue) = 207+202+29=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA1D is #3035E2. Grayscale: #B8B8B8. Windows color (decimal): -3159523 or 1952463. OLE color: 1952463.

HSL color Cylindrical-coordinate representation of color #CFCA1D: hue angle of 58.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFCA1D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 29 -
CMYK 0 0.02 0.86 0.19
HSL 58.31º 0.75% 0.46% -
HSV(B) 58.31º 0.86% 0.81% -
XYZ 47.07 55.6 9.41 -
YUV 183.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 207 202 29 0 0.02 0.86 0.19 58.31 0.75 0.46
Hex CF CA 1D 0 2 56 13 3A 4B 2E
Octal 317 312 35 0 2 126 23 72 113 56
Binary 11001111 11001010 11101 0 10 1010110 10011 111010 1001011 101110

Color Harmonies of #CFCA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA1D

Black with #CFCA1D

Text Example


Text Example

White with #CFCA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA1D; }

 p { color: rgb(207,202,29); }

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

background-color css

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

 a { background-color: rgb(207,202,29); }

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

border-color css

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

 span { border-color: rgb(207,202,29); }

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