Html Css Color HEX #CFDB0D Barberry

📋 copy color: '#CFDB0D'

red 207 ◦ green 219 ◦ blue 13

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

Shades of Barberry #CFDB0D

Tints of Barberry #CFDB0D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.89%

 BLUE value IS 13 (5.47% from 255) = 2.96%

R = 47.15%
G = 49.89%
B = 2.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#CFDB0D (or 0xCFDB0D) is known color: Barberry. HEX triplet: CF, DB and 0D. RGB value is (207,219,13). Sum of RGB (Red+Green+Blue) = 207+219+13=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDB0D is #3024F2. Grayscale: #C0C0C0. Windows color (decimal): -3155187 or 908239. OLE color: 908239.

HSL color Cylindrical-coordinate representation of color #CFDB0D: hue angle of 63.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFDB0D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 13 -
CMYK 0.05 0 0.94 0.14
HSL 63.5º 0.89% 0.45% -
HSV(B) 63.5º 0.94% 0.86% -
XYZ 51.14 63.96 10.03 -
YUV 191.93 27.02 138.75 -
System Red Green Blue C M Y K H S L
Decimal 207 219 13 0.05 0 0.94 0.14 63.5 0.89 0.45
Hex CF DB D 5 0 5E E 3F 59 2D
Octal 317 333 15 5 0 136 16 77 131 55
Binary 11001111 11011011 1101 101 0 1011110 1110 111111 1011001 101101

Color Harmonies of #CFDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB0D

Black with #CFDB0D

Text Example


Text Example

White with #CFDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB0D; }

 p { color: rgb(207,219,13); }

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

background-color css

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

 a { background-color: rgb(207,219,13); }

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

border-color css

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

 span { border-color: rgb(207,219,13); }

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